home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / cdb114.zip / UPDATES.DOC < prev   
Text File  |  1991-03-27  |  2KB  |  47 lines

  1.  
  2. If you are a registered user of CDB and a new release becomes available,
  3. you may obtain a new release by sending $5 for handling to Daytris at:
  4.  
  5.         Daytris
  6.         81 Bright St. Suite #1E
  7.         Jersey City, NJ  07302
  8.         (201) 332-5228
  9.  
  10. Note: If you have registered within the last 45 days of a new release,
  11. the $5 fee will be waived.
  12.  
  13.  
  14. Version 1.14 update information
  15.  
  16. - DDLP.EXE was searching for and end-of-file character (0x1A) in the .DDL
  17.   file to trigger the file parsing termination.  If an editor was used to
  18.   create the .DDL file that did not store an end-of-file character, DDLP
  19.   would get confused.  DDLP would spit out "expecting 'struct' keyword"
  20.   error messages.  Modified MAIN.C.
  21. - If a .DDL file contained no connections (no use of 'connect' keyword),
  22.   CDB would attempt to allocate space for 0 owners and 0 members when
  23.   the database (.DBD) file was opened.  Modified DBMGR.C and DBFUNCS.C.
  24.  
  25.  
  26. Version 1.13 update information
  27.  
  28. - Sets can now be stored by a key field.  The key can be any field in the
  29.   member record.  To implement this feature, no code changes are required,
  30.   modification of the .DDL file is the only sufficient change needed.  See
  31.   the documentation for exact use.  This feature will not work with existing
  32.   data and key files.
  33.  
  34.  
  35. Version 1.12 update information
  36.  
  37. - Problem with DbGetSetOwner call.  The function was not being called
  38.   properly.  Modified DBMGR.C, DBGET.C, and DBXTRN.H.
  39.  
  40.  
  41. Version 1.11 update information
  42.  
  43. - Fixed record sorting problem in DDLP.EXE.  This could be a problem in
  44.   any DDL definition.  The symptoms are an E_NORECNAME code being returned
  45.   after a DbRecordAdd call even though the record name exists in the DDL.
  46.   Modified DDLP.C, DDLP.MAK, and DDLP.H.
  47.